assembly language

英 [əˈsembli læŋɡwɪdʒ] 美 [əˈsembli læŋɡwɪdʒ]

n.  汇编语言

计算机



牛津词典

noun

  1. 汇编语言
    the language in which a program is written before it is changed into machine code

    双语例句

    1. RTL is a low-level representation very close to assembly language ( inspired by LISP S-expressions).
      RTL是非常接近于汇编语言的一种低级的表示(受LISPS表达式的影响)。
    2. Now I'll enter in the assembly language version of this program and then discuss what each line means.
      现在,我来介绍一下该程序的汇编语言版本,此外,我还会对每一行代码的含义做详细的解释。
    3. The compiler supplies the appropriate operand in the assembly language code it generates.
      编译器在自己生成的汇编语言中提供了适当的操作数。
    4. In assembly language, the static data and global variables are separated out in memory from the code.
      在汇编语言中,静态数据和全局变量与代码在内存中是分开的。
    5. This article does not require that you be experienced with assembly language, though it would be helpful.
      本篇文章并不要求您具有汇编语言的经验,当然,如果有相关的经验会十分有帮助。
    6. As in assembly language, spu_sel looks at each bit in conditional.
      正如汇编语言中一样,spusel会查看conditional中每一位的值。
    7. The intrinsics available for C allow programmers to make the best mix of C and assembly language knowledge.
      C语言可以使用的intrinsic让程序员可以最适当地混合使用C和汇编语言的知识。
    8. Note that the intrinsics generally have the same limitations as their corresponding assembly language instructions.
      注意,这种intrinsic通常与对应的汇编语言指令具有相同的限制。
    9. In assembly language, this is handled explicitly by the programmer.
      而在汇编语言中,却需要程序员来显式处理。
    10. New assembly language programmers are sometimes surprised by how many different ways you can access memory.
      新接触汇编语言的程序员有时可能会对我们有多少访问内存的方法感到惊奇。
    11. In addition, to help better schedule instructions, the assembly language version performed several of these conversions simultaneously.
      另外,为了帮助更好地对指令进行调度,汇编语言版本还同时执行了几个转换。
    12. For example, it is difficult to harvest patterns from assembly language because the language's characteristics fight expressiveness.
      例如,很难从汇编语言中积累模式,因为该语言的特点是抵触表达性。
    13. Most processor-specific functions must be written in assembly language.
      大多数处理器相关的功能必须用汇编语言编写。
    14. A software development tool that translates human-readable assembly language programs into machine-language instructions that the processor can understandand execute.
      一个能把人可读的汇编语言程序转换到处理器可理解和运行的机器指令的软件开发工具。
    15. In general, assembly language is not used on its own for games.
      总的来说,汇编语言不会在游戏中单独应用。
    16. We started with machine languages and progressed to assembly language and then to high-level languages.
      我们从机器语言开始,然后进化到汇编语言,之后步入高级语言。
    17. The Nucleus, itself, is written in assembly language which was hand-annotated with assertions.
      内核本身是用汇编语言编写的,并用断言加上了手工的注解。
    18. A program to translate assembly language into computer language.
      把汇编语言翻译成计算机语言的程序。
    19. This assembly language output listing is useful as a debugging aid.
      这种汇编语言输出表是支持调试的有用工具。
    20. Applications suited to assembly language: hardware device driver and embedded systems and computer games requiring direct hardware access.
      硬件设备驱动、嵌入式系统和要求直接硬件访问的计算机游戏。
    21. Design and debug of the assembly language about the target processor are implemented.
      完成了目标处理器汇编语言过程的设计和调试。
    22. A piece of assembly language code that prepares the way for software written in a high-level language.
      一个汇编语言代码,它为高级语言写的软件准备好运行的前期工作。
    23. DOS6.22 of source code, written in assembly language, it should be useful to everyone.
      DOS6.22的源代码,汇编语言写的,应该对大家有用的。
    24. In software designing, C language and assembly language together is adopted to control system.
      在软件设计上,软件以C语言和汇编语言相结合的方法实现了系统的控制。
    25. In a one-to-many relationship, a single statement expands into multiple assembly language or machine instructions.
      在一对多关系中,一个语句会展开为多条汇编或机器指令。
    26. At which level does assembly language appear in the virtual machine example shown in this section?
      在这一节中演示的虚拟机示例中,汇编语言是第几级。
    27. Simple and practical, on learning assembly language of great help.
      简单而实用,对汇编语言的学习有很大的帮助。
    28. Cable system is to receive part of the assembly language and useful download.
      是有线系统的接收部分,是汇编语言的,有用的请下载。
    29. We would all be programming in assembly language or even machine language.
      我们就要用汇编语言,甚至要用机器语言去编写程序。
    30. Reflection is also known as self-modifying code, especially at the machine code and assembly language levels.
      反思也被称为自修改代码,特别是在机器代码和汇编语言的水平。

    英英释义

    noun

    1. a low-level programing language